Goto

Collaborating Authors

 continual ml pipeline


Making a Continual ML Pipeline to predict Apple Stock with Global News (Python)

#artificialintelligence

In this tutorial we'll make a Machine Learning Pipeline which inputs Business News and generates predictions for Apple Stock Price re-training through time. We'll also measure how profitable it is in real life. It has the daily high, low, open and close prices and the percentual change during that day. Note: To get a token you need have to create an account on openblender.io Now let's look at the data: Let's plot the price and Change: Now, what we want is to detect if the price is going to increase or decrease on the next day so we can buy or short.